/* .banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.f-dn {
    display: none;
}
.banner .banner-content{
    position: absolute;
}
.banner .banner-video{
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    min-height: 100vh;
} */

.banner-wrap {
    width: 100%;
    background-color: #013e9a;
}

.banner-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin: 72px auto 0;
    padding: 0 30px;
    width: 100%;
    max-width: 1920px;
    height: 650px;
    background: url('../img/home/banner-phone-bg.png');
    background-size: 100% 100%;
}

.banner-wrap .banner-bg .element-wrap h1 {
    color: #eee;
    font-size: 80px;
}

.banner-wrap .banner-bg .element-wrap .label {
    margin-top: 40px;
    font-size: 18px;
    color: #fff;
}

.banner-wrap .banner-bg .img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-wrap .banner-bg .img .phone {
    background: url('../img/home/phone1.jpg');
    height: 548px;
    width: 573px;
    background-size: 100% 100%;
}

/* 服务范围 */
.range-wrap {
    /* max-width: 1920px;
    margin: 0 auto; */
    padding: 65px 0 137px;
    background: #dcf8ff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.range-wrap h5 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #000;
}

.range-wrap h5 span {
    width: 50px;
    height: 3px;
    background-color: #000;
}

.range-wrap p {
    width: 466px;
    margin-top: 40px;
    line-height: 26px;
    font-size: 16px;
    color: #606060;
    text-align: center;
}

.range-wrap .cate-list {
    display: flex;
    align-items: center;
    gap: 170px;
    margin-top: 110px;
}

.range-wrap .cate-list .cate-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.range-wrap .cate-list .cate-item .top-img {
    width: 88px;
    height: 100px;
    background: url('../img/home/range-bg.png');
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-wrap .cate-list .cate-item .text {
    text-align: center;
}

.range-wrap .cate-list .cate-item .text li {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

/* 案例列表 */
.project-list {
    width: 100%;
    /* max-width: 1920px;
    margin: 0 auto; */
    overflow: hidden;
}

.f-fl {
    float: left;
}

.project-list .items {
    position: relative;
    zoom: 1;
    width: 25%;
    height: 0;
    padding-bottom: 23%;
    overflow: hidden;
}

.f-pr,
.f-prz {
    position: relative;
}

.f-prz {
    zoom: 1;
}

.project-list .imgBox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: transform .4s ease-in-out;
}

.project-list .nameCard {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(21, 107, 187, .8);
    opacity: 0;
    transition: opacity .4s;
}

/* .project-list .nameCard:after, .project-list .nameCard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s,transform .4s;
} */

.project-list .items:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 0;
    background: #fff;
    transition: 400ms ease all;
    z-index: 99;
}

.project-list .items:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 0;
    background: #fff;
    transition: 400ms ease all;
    z-index: 99;
}

/* .project-list .nameCard:before{
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}
.project-list .nameCard .description:after {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    transform: scaleY(0);
    transform-origin: 100% 0;
} */
.project-list .nameCard .description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 0;
    background: #fff;
    transition: 400ms ease all;
    z-index: 99;
}

.project-list .nameCard .description:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 0;
    background: #fff;
    transition: 400ms ease all;
    z-index: 99;
}

.project-list .nameCard .description {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.project-list .nameCard .description .options {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.project-list .items:hover .imgBox {
    transform: scale(1.1);
}

.project-list .items:hover .nameCard {
    opacity: 1;
}

/* .project-list .items:hover .nameCard:after, .project-list .items:hover .nameCard:before {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
} */
.project-list .items:hover .nameCard .description:after,
.project-list .items:hover .nameCard .description:before {
    height: 100%;
    transition: 400ms ease all;
}

.project-list .items:hover:after,
.project-list .items:hover:before {
    width: 100%;
    transition: 400ms ease all;
}

/* .project-list .items:hover .nameCard .description{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: flipInX-data-v-d94b1b02;
    animation-name: flipInX-data-v-d94b1b02;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
} */

/* 小程序开发资讯 */
.information-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0 100px;
    background: url('../img/home/infor.jpg');
    background-size: 100% 100%;
}

.information-wrap h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 32px;
}

.information-wrap h5 span {
    width: 50px;
    height: 3px;
    background-color: #000;
}

.information-wrap .cen-wrap .card-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 70px;
}

.information-wrap .cen-wrap .card-list .card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
    background-color: #ededf5;
    color: #000;
    border-bottom: 3px solid #017cef;
}

.information-wrap .cen-wrap .card-list .card-item:hover {
    background-color: #017cef;
    color: #fff;
    box-shadow: 5px 3px 2px #dbdbdb;
}

.information-wrap .cen-wrap .card-list .card-item .title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.information-wrap .cen-wrap .card-list .card-item:hover .title {
    color: #fff;
}

.information-wrap .cen-wrap .card-list .card-item p {
    /* color: #262626; */
    font-size: 14px;
    letter-spacing: 2px;
}

.information-wrap .cen-wrap .card-list .card-item:hover p {
    color: #fff;
}

.information-wrap .cen-wrap .card-list .card-item .label {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.information-wrap .cen-wrap .card-list .card-item .details {
    text-align: right;
}

.information-wrap .cen-wrap .card-list .active {
    background-color: #017cef;
    box-shadow: 5px 5px 3px 2px #999;
}

.information-wrap .cen-wrap .card-list .active p {
    color: #fff;
}

.information-wrap .cen-wrap .info-wrap {
    margin-top: 30px;
    padding-bottom: 25px;
    background: linear-gradient(to bottom, #ebf3fc, #c7dcf6);
}

.information-wrap .cen-wrap .info-wrap .info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.information-wrap .cen-wrap .info-wrap .info-list a {
    min-width: 27%;
    max-width: 34%;
    padding: 40px 35px;
    flex: 1;
    cursor: pointer;
}


.information-wrap .cen-wrap .info-wrap .info-list .info-item:hover {
    transition: transform 1s ease;
    transform: translateY(-30px);
}

.information-wrap .cen-wrap .info-wrap .info-list .info-item .info-title {
    font-size: 17px;
    font-weight: 600;
}

.information-wrap .cen-wrap .info-wrap .info-list .info-item .info-details {
    font-size: 14px;
    margin-top: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.information-wrap .cen-wrap .info-wrap .btn {
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    border: none;
    background-color: #fff;
    padding: 10px 100px;
    display: block;
    margin: auto;
    cursor: pointer;
    margin-top: 20px;
}

.information-wrap .cen-wrap .info-wrap .btn:hover {
    background-color: #017cef;
    color: #fff;
}

/* 为什么要选小程序 */
.introduce-wrap {
    /* max-width: 1920px;
    margin: 0 auto; */
    padding: 80px 0;
    background: url('../img/home/introduce.bg.png');
    background-size: 100% 100%;
}

.introduce-wrap .cen-wrap {
    display: flex;
    gap: 30px;
}

.introduce-wrap .cen-wrap h2 {
    color: #fff;
    font-size: 20px;
    display: none;
}


.introduce-wrap .cen-wrap img {
    flex: 1;
}

.introduce-wrap .cen-wrap .left-wrap {
    width: 786px;
}

.ship {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduce-wrap .cen-wrap .right-intr-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-between;
}

.introduce-wrap .cen-wrap .right-intr-wrap p {
    color: #dff0fd;
}

.introduce-wrap .cen-wrap .right-intr-wrap .title {
    font-size: 16px;
    font-weight: 600;
}

.introduce-wrap .cen-wrap .right-intr-wrap .label {
    font-size: 14px;
    margin-top: 8px;
}

/* 多选框样式 */
.consulting-box .checkbox-list .select-item input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 10px;
    height: 10px;
    font-size: 14px;
}

.consulting-box .checkbox-list .select-item input[type=checkbox]::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 17px;
    height: 17px;
    background-image: url(../img/gou.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    background-color: #fff;
}

.consulting-box .checkbox-list .select-item input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 17px;
    height: 17px;
    background-image: url(../img/gou.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-position: 0 100%;
}

.consulting-box .checkbox-list .select-item input:checked+p {
    color: #52b7c4 !important;
}



/* ----------------------------案列------------------------------- */
.more-box {
    padding: 50px 0;
    background-color: #f9fafc;
}

.more-box .btn {
    position: relative;
    display: block;
    width: 280px;
    height: 62px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    color: #3c3c3c;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    cursor: pointer;
}

.project-details img {
    display: block;
    width: 100%;
}

.return-box {
    padding: 50px 0;
    background-color: #f9fafc;
}

.return-box .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 62px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #161616;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    cursor: pointer;
}

.return-box .btn img {
    margin-left: 14px;
}


/* ----------------------------------联系----------------- */
.contact-box {
    width: 100%;
    height: 630px;
    background-image: url(../img/banner-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.contact-box .content {
    float: right;
    width: 46%;
    height: 630px;
    background-color: rgba(0, 0, 0, .5);
}

.contact-box .content .info-box {
    padding: 86px 0 0 56px;
}

.contact-box .content p {
    width: 240px;
    padding: 4px 0;
    padding-left: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.contact-box .content p.label {
    position: relative;
}

.contact-box .content p.label.icon-address:after {
    background-image: url(../img/cont1.png);
}

.contact-box .content p.label.icon-tel:after {
    background-image: url(../img/cont2.png);
}

.contact-box .content p.label.icon-wechat:after {
    background-image: url(../img/cont3.png);
}

.contact-box .content p.label.icon-email:after {
    background-image: url(../img/cont4.png);
}

.Website_construction {
    background-color: #eaf0f6;
    padding: 35px 0 67px 0;
}

.Website_construction .title {
    display: flex;
    align-items: center;
}

.Website_construction .title p {
    font-size: 30px;
    color: #5d5d5d;
}

.Website_construction .title a {
    font-size: 14px;
    color: #5d5d5d;
    width: 70px;
    height: 29px;
    background-color: #f2f5f8;
    border: 1px solid #c8c8c9;
    border-radius: 30px;
    text-align: center;
    line-height: 29px;
    margin-left: auto;
}

.Website_cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.Website_cont .Website_list {
    width: 50%;
    display: flex;
    align-items: center;
    height: 157px;
}

.Website_cont .Website_list:hover {
    box-shadow: 0px 0px 20px 1px #bcccdc;
}

.Website_cont .Website_list:nth-child(1) {
    background-color: #f2f5f9;
}

.Website_cont .Website_list:nth-child(2) {
    background-color: #fff;
}

.Website_cont .Website_list:nth-child(3) {
    background-color: #fff;
}

.Website_cont .Website_list:nth-child(4) {
    background-color: #f2f5f9;
}

.Website_cont .Website_list .web_left {
    margin-left: 45px;
    width: 100px;
}

.Website_cont .Website_list .web_left img {
    width: 89px;
    height: 60px;
    display: block;
    margin: auto;
}

.Website_cont .Website_list .web_left p {
    margin-top: 17px;
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;
}

.Website_cont .Website_list .web_right {
    margin-left: 36px;
    width: 390px;
}

.Website_cont .Website_list .web_right span {
    font-size: 20px;
    color: #5d5d5d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.Website_cont .Website_list .web_right p {
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
}

/* 
.footer {
    max-width: 1920px;
    margin: 0 auto;
}

.Friendly_Links {
    max-width: 1920px;
    margin: 0 auto;
} */


@media screen and (max-width:1500px) {
    .banner-wrap .banner-bg .element-wrap h1 {
        color: #eee;
        font-size: 60px;
    }
}